home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat3 / Tcl / time.z / time
Encoding:
Text File  |  1998-10-30  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ttttiiiimmmmeeee((((3333TTTTccccllll))))                                                          ttttiiiimmmmeeee((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      time - Time the execution of a script
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ttttiiiimmmmeeee _s_c_r_i_p_t ?_c_o_u_n_t?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command will call the Tcl interpreter _c_o_u_n_t times to evaluate _s_c_r_i_p_t
  17.      (or once if _c_o_u_n_t isn't specified).  It will then return a string of the
  18.      form
  19.  
  20.           555500003333 mmmmiiiiccccrrrroooosssseeeeccccoooonnnnddddssss ppppeeeerrrr iiiitttteeeerrrraaaattttiiiioooonnnn
  21.  
  22.      which indicates the average amount of time required per iteration, in
  23.      microseconds.  Time is measured in elapsed time, not CPU time.
  24.  
  25.  
  26. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  27.      script, time
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.